Skip to content

[codex] docs: add OpenCoven IP protection records - #29

Merged
BunsDev merged 1 commit into
mainfrom
codex/ip-protection-record-20260704
Jul 4, 2026
Merged

[codex] docs: add OpenCoven IP protection records#29
BunsDev merged 1 commit into
mainfrom
codex/ip-protection-record-20260704

Conversation

@BunsDev

@BunsDev BunsDev commented Jul 4, 2026

Copy link
Copy Markdown
Member

Summary

Adds the OpenCoven root IP protection and disclosure documents:

  • PATENTS: patent non-assertion pledge and prior-art notice
  • PROVENANCE.md: origin and publication record
  • CONTRIBUTING.md: DCO and patent contribution terms, merged with any existing repo guidance
  • SECURITY.md: responsible disclosure policy, merged with any existing repo guidance

Validation

  • Only root documentation files changed: PATENTS, PROVENANCE.md, CONTRIBUTING.md, SECURITY.md
  • Internal-only source notes were not copied
  • git diff --check passed locally

@BunsDev
BunsDev force-pushed the codex/ip-protection-record-20260704 branch from e6ac660 to 55323ef Compare July 4, 2026 14:22
@BunsDev
BunsDev marked this pull request as ready for review July 4, 2026 14:51
Copilot AI review requested due to automatic review settings July 4, 2026 14:51

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a set of root-level IP/security governance documents (patent non-assertion, provenance/origin record, contribution terms, and responsible disclosure policy) intended to clarify OpenCoven’s legal and security reporting posture.

Changes:

  • Add PATENTS with a patent non-assertion pledge and prior-art notice.
  • Add PROVENANCE.md documenting project origin and architectural concept provenance.
  • Add CONTRIBUTING.md defining DCO sign-off expectations and patent non-assertion contribution terms.
  • Add SECURITY.md describing vulnerability reporting guidance and scope.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
SECURITY.md Introduces the project’s vulnerability reporting and scope policy.
PROVENANCE.md Adds a public origin/provenance record for concepts and publication timing.
PATENTS Adds a patent non-assertion pledge plus prior-art positioning.
CONTRIBUTING.md Establishes DCO + contribution/patent terms and contributor workflow guidance.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread SECURITY.md
Comment on lines +11 to +13
Contact the maintainers directly:
- Discord: https://discord.gg/OpenCoven (DM @BunsDev)
- Or open a GitHub Security Advisory on the repository
Comment thread PROVENANCE.md
Comment on lines +25 to +27
**First appeared:** `coven-cli/src/familiar_identity.rs`, commit history from 2026-04-27

A named, role-scoped agent persona — a "familiar" — resolved from a configuration manifest (`familiars.toml`) and attached to a session via a CLI flag or runtime config. Each familiar has an `id`, `display_name`, and `role`. The familiar model is the foundational identity primitive for multi-agent systems in OpenCoven.
Comment thread PROVENANCE.md
Comment on lines +32 to +34
**First appeared:** `pty_runner.rs:307` (`spawn_piped_with_observer`), commit history from 2026-04-27

A structured dispatch pattern for launching configured agent/harness processes. The pattern validates a harness allowlist, canonicalizes working directory, checks session state, then dispatches to one of a defined set of low-level spawn primitives. This is the root pattern from which single-chokepoint process execution architectures in agent systems derive.
Comment thread PATENTS
- The agent spawn harness: a structured dispatch pattern that validates and routes process execution through a defined set of primitives
- The multi-agent orchestration substrate: composable, purpose-scoped agents ("familiars") coordinating through structured routing with shared session context
- The session memory and continuity substrate (OpenTrust): durable, portable agent memory and session state with provenance tracking
- The graded approval tier model: auto → familiar-review → human-review → human-required escalation for agent actions affecting protected resources
@BunsDev
BunsDev merged commit 0c80de6 into main Jul 4, 2026
2 checks passed
@BunsDev
BunsDev deleted the codex/ip-protection-record-20260704 branch July 4, 2026 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants